home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_087 / sc / poster next >
Text File  |  1992-05-06  |  2KB  |  64 lines

  1. Article 4320 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!gatech!seismo!mnetor!utzoo!utgpu!water!watmath!orchid!grwalter
  3. From: grwalter@orchid.UUCP
  4. Newsgroups: comp.sys.amiga
  5. Subject: sc.draco translated to c
  6. Keywords: sc.draco translated to c
  7. Message-ID: <7270@orchid.UUCP>
  8. Date: 3 May 87 23:16:20 GMT
  9. Distribution: comp
  10. Organization: U of Waterloo, Ontario
  11. Lines: 262
  12.  
  13. [line eater, what line eate...
  14.  
  15. Below is a translation of the sc.draco (written in draco of course) into c.
  16. It compiles under Lattice 3.10. I didn't do the translation, a friend did,
  17. but I thought others might be interested in this, so I'm posting it for
  18. him.
  19.  
  20. --------------
  21.  
  22. While I'm here, I'll say a few things about the *local* state of the freely
  23. redistributable C compiler originally found on Fish Disk 53.
  24.  
  25. 1) It generates correct Amiga 68k assembler source (that can be assembled
  26. by any assembler that follows the AmigaDOS manual assembler format). There
  27. is also an option to produce assembler source that the Lattice 3.10
  28. assembler will handle.
  29.  
  30. 2) It has been used to successfully compile several small C programs.
  31. ie. It is use-able on small stuff.
  32.  
  33. 3) It's executible is about 70k. (as compared to the reports of 400k to 1.2
  34. meg for GNU C).
  35.  
  36. 4) It ***almost*** compiles itself. By almost I mean that the program that
  37. results from the compiler compiling itself runs, but doesn't produce
  38. correct output.
  39.  
  40. I've been hunting down the problem, but I am now entering a school term,
  41. and my time will drop to about zip to work on this. Is there someone out
  42. there that :
  43.     a) has a compiler (becuase this compiler won't compile itself yet)
  44.     b) has the desire to see a PD-type C compiler working ?
  45.     c) has the time to help finish porting this to the Amiga ?
  46.  
  47. If so, send me some email, and I'll see about getting you a copy of the
  48. compiler source.
  49.  
  50. ---------------
  51.  
  52. On a related note, what is happening with the port of GNU C to the Amiga ? It
  53. was mentioned a while ago that several people were attempting this feat.
  54. How is it coming ? (ie. if it is almost done ... it doesn't make sense to
  55. have several PD-type C compilers ...)
  56.  
  57.     fred
  58.  
  59.  CSNet: grwalter@watmath.waterloo.edu
  60.   UUCP: {ihnp4,decvax,allegra,utzoo}!watmath!grwalter
  61. CDNnet: grwalter@watmath.waterloo.cdn
  62.   ARPA: grwalter%watmath.waterloo.edu@csnet-relay.arpa
  63.  
  64.